removed code that forced range repaints upon every motion event, because
author13:37:28 Tim Janik <timj@imendio.com>
Thu, 6 Sep 2007 11:44:22 +0000 (11:44 +0000)
committerTim Janik <timj@src.gnome.org>
Thu, 6 Sep 2007 11:44:22 +0000 (11:44 +0000)
commitfb0958f085ae4a47cea81ca4fda93932796e59ba
treefed13c7215344a944168fcac91077cc5d6fad085
parent62f46c86d7ca4d3a42d4d2314013ddb06edb6db1
removed code that forced range repaints upon every motion event, because

2007-09-06 13:37:28  Tim Janik  <timj@imendio.com>

        * gtk/gtkrange.c (gtk_range_adjustment_value_changed): removed code
        that forced range repaints upon every motion event, because these tend
        to stall other repaints on busy CPUs.
        added a timer to still force repaints every once in a while (roughly
        5Hz atm) to avoid leaving the user without feedback on the range.
        fixes bug #460534.

svn path=/trunk/; revision=18730
ChangeLog
gtk/gtkrange.c